From: Stefan Monnier Date: Mon, 12 Apr 2004 19:40:10 +0000 (+0000) Subject: Set up PURE_P() for Cygwin unexec() support. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23254 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d66285ed4628b5a9dd8202fd2035d174f33a8a40;p=emacs.git Set up PURE_P() for Cygwin unexec() support. --- diff --git a/src/puresize.h b/src/puresize.h index 6ca10b22fdf..8088a374765 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -68,7 +68,7 @@ extern void pure_write_error P_ ((void)); /* Define PURE_P. */ -#ifdef VIRT_ADDR_VARIES +#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) /* For machines like APOLLO where text and data can go anywhere in virtual memory. */